type net/http.http2Server

12 uses

	net/http (current package)
		h2_bundle.go#L1070: func http2configFromServer(h1 *Server, h2 *http2Server) http2http2Config {
		h2_bundle.go#L4039: type http2Server struct {
		h2_bundle.go#L4132: func (s *http2Server) markNewGoroutine() {
		h2_bundle.go#L4138: func (s *http2Server) now() time.Time {
		h2_bundle.go#L4146: func (s *http2Server) newTimer(d time.Duration) http2timer {
		h2_bundle.go#L4154: func (s *http2Server) afterFunc(d time.Duration, f func()) http2timer {
		h2_bundle.go#L4200: func http2ConfigureServer(s *Server, conf *http2Server) error {
		h2_bundle.go#L4205: 		conf = new(http2Server)
		h2_bundle.go#L4372: func (s *http2Server) ServeConn(c net.Conn, opts *http2ServeConnOpts) {
		h2_bundle.go#L4376: func (s *http2Server) serveConn(c net.Conn, opts *http2ServeConnOpts, newf func(*http2serverConn)) {
		h2_bundle.go#L4536: 	srv              *http2Server
		server.go#L3801: 	conf := &http2Server{}